home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
- # run inews test
- here=`pwd`
- NEWSARTS=$here
- NEWSBIN=$here
- NEWSCTL=$here
- export NEWSARTS NEWSBIN NEWSCTL
-
- NAME="rose"
- USER="thx1138"
- LOGNAME="$USER"
- ORGANIZATION="anarcho-syndicalist commune"
- HOME=/potato/farm
- export NAME USER LOGNAME ORGANIZATION HOME
-
- inject/inews -h -N <art >stdout 2>stderr
- echo $? >status
-